home *** CD-ROM | disk | FTP | other *** search
-
- INTRODUCTION
-
- These are very simple ARexx scripts, they transliterates greek written
- texts to latin characters and vice versa.
- Inspiration came from greeklish2greek [text/misc/greeklish2greek.lha]
- without the hereby available convertion table I couldn't do it.
-
-
- DISCLAIMER
-
- I'm not responsible for data loss or other damages caused in any
- way by this software. This program is provided "AS IS" with no
- warranty.
-
-
- USAGE
-
- Be sure RexxMaster is active, then from CLI/Shell:
-
- RX latin2greek stringtoconvert
-
- RX greek2latin stringtoconvert
-
- for the latter I use the system clipboard to past in the greek string.
-
- Moreover they can be easily adapted to interface with other programs
- to get the best, like wordprocessors or Irc programs.
-
-
- BUGS
-
- It isn't a bug simply it's an ARexx limitation, isn't possible to
- parse correctly things like "th" or "ps" because it handles one letter
- at time. Anyway the source is here, improve it and let me know.
-
- AUTHOR
-
- Fabrizio "Lanch^DarkAge" Bartoloni
- <lanch@caribusiness.it>
-
- A big thanks to Nikolaos Damilakis <ndamilak@studenti.unina.it>
- for his program.
-
-